home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Korx.Form < prev    next >
Text File  |  1994-05-24  |  208b  |  30 lines

  1. Korx
  2. {
  3.     {
  4.         x1=-1.5
  5.         x2= 1.5
  6.         y1=-1.1
  7.         y2= 1.1
  8.         bailout=2.0
  9.     }
  10.     {
  11.         c=pixel
  12.         z=pixel
  13.         t=swap(pixel)
  14.         s=swap(pixel)
  15.     }
  16.     {
  17.         z=z*z
  18.         z=z+c
  19.         t=t*t
  20.         t=t+s
  21.         u=t*z
  22.         w=abs(u)
  23.     }
  24.     {
  25.         w>bailout
  26.     }
  27.     {
  28.     }
  29. }
  30.